html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/*解决 IE6 重复请求服务器背景图*/

img,
object,
embed {
  max-width: 100%;
}

/* 图片、插件等元素设置最大宽度 */

html,
body,
div,
span,
object,
iframe,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
figcaption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

li,
ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  width: 1920px;
  width: 19.2rem;
  max-width: 100%;
  margin: auto;
  background: #e1dfe0 url(2023-body-bg.png) bottom center no-repeat;
}

div object {
  display: none;
}

.mainbox {
  max-width: 1920px;
  max-width: 100%;
  box-shadow: 0 0 100px #ccc;
  box-shadow: 0 0 1rem #ccc;
  margin: auto;
}

.box {
  padding: 15px;
  padding: .15rem;
  margin-top: 30px;
  margin-top: .3rem;
  box-shadow: 0 0 26px #aaa;
  box-shadow: 0 0 .26rem #aaa;
  background-color: #fff;
}

.hide {
  display: none;
}

#topbg {
  background: url(2023-topbg.jpg) top center no-repeat !important;
  background-size: 100% 3rem !important;
  width: 100%;
  height: 300px;
  height: 3rem;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: -1;
}

.menub {
  /* background-color: #0c3d82 !important; */
  background-color: #115db2 !important;
  width: 100%;
  height: 60px;
  height: .6rem;
  display: block;
  position: absolute;
  bottom: 0px;
  box-shadow: 0 6px 6px 0 #aaa;
  box-shadow: 0 .06rem .06rem 0 #aaa;
}

#top {
  min-width: 1200px;
  min-width: 12rem;
  width: 100%;
  height: 150px;
  height: 1.5rem;
  /* background: linear-gradient(to bottom, #0c3d82 20%, rgba(12, 61, 130, 0) 100%); */
  background: linear-gradient(to bottom, #115db2 20%, rgba(12, 61, 130, 0) 100%);
  color: #FFF;
  font-size: 14px;
  font-size: .14rem;
  line-height: 40px;
  line-height: .4rem;
  font-family: "微软雅黑", "Microsoft YaHei", "苹果丽黑", "Apple LiGothic Medium";
}

.top-tools {
  max-width: 1200px;
  min-width: 12rem;
  margin: auto;
}

.top-tools a {
  color: #fff;
}

#logo {
  width: 800px;
  width: 8rem;
  height: 94px;
  height: .94rem;
  margin: 40px auto 0 auto;
  margin: .4rem auto 0 auto;
  position: relative;
}

#logoimg {
  display: block;
  width: 100%;
  height: 100%;
}

#search {
  width: 460px;
  width: 4.6rem;
  margin: 123px auto 22px auto;
  margin: 1.23rem auto .22rem auto;
  position: relative;
}

.search-ipt {
  width: 450px;
  width: 4.5rem;
  height: 30px;
  height: .3rem;
  padding: 5px;
  padding: .05rem;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: space-between;
}

.search-ipt .sBox-input {
  width: 385px;
  width: 3.85rem;
  height: 30px;
  height: .3rem;
  padding: 0 10px;
  padding: 0 .1rem;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 12px;
  font-size: .12rem;
}

.search-ipt .btn {
  width: 45px;
  width: .45rem;
  height: 30px;
  height: .3rem;
  border: none;
  /* background-color: #0c3d82; */
  background-color: #115db2;
  color: #fff;
  cursor: pointer;
}

#search ul {
  width: 460px;
  width: 4.6rem;
  height: 21px;
  height: .21rem;
  margin: 10px 0;
  margin: .1rem 0;
  font-size: 14px;
  font-size: .14rem;
  /* background-color: rgba(12, 61, 130, 0.8); */
  padding: 2px;
  padding: .02rem;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

#search .searchhotkey li {
  float: left;
  color: #FFF;
  margin: 0 10px;
  margin: 0 .1rem;
}

#search .searchhotkey li a {
  color: #fff;
}

#menu {
  width: 1202px;
  width: 12.02rem;
  margin: -229px auto 0 auto;
  margin: -2.29rem auto 0 auto;
  position: relative;
  display: none;
}

#menu ul {
  margin: auto;
  position: relative;
}

#menu ul li {
  float: left;
  text-align: center;
  padding-right: 1px;
  padding-right: .01rem;
  font-size: 18px;
  font-size: .18rem;
  line-height: 60px;
  line-height: .6rem;
  cursor: pointer;
  color: #FFF;
}

#menu ul li a {
  display: block;
  width: 187px;
  width: 1.87rem;
  height: 60px;
  height: .60rem;
  color: #fff;
  /* background-color: rgba(12, 61, 130, 0.8); */
  background-color: #115db2;
}

#menu ul li .cur {
  background-color: rgba(10, 128, 224, 0.8);
}

#menu ul li:last-child a {
  width: 73px;
  width: .73rem;
}

#menu ul li a:hover {
  background-color: rgba(10, 128, 224, 0.8);
}

#main {
  width: 1200px;
  width: 12rem;
  margin: 100px auto 30px auto;
  margin: 1rem auto .3rem auto;
  position: relative;
  display: none;
}

#main .zntj_con {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 532px;
  height: 5.32rem;
  z-index: 10;
}

#main .zntj_con .zntj_con_text {
  position: absolute;
  top: 50px;
  top: .5rem;
  left: -52px;
  left: -.52rem;
  width: 52px;
  width: .52rem;
  height: 229px;
  height: 2.29rem;
  background: url(zntj.png) top center no-repeat;
  color: #ffffff;
  padding-top: 40px;
  padding-top: .4rem;
  text-decoration: none;
  text-align: center;
}

#main .zx_menu_con .zntj_con .zntj_con_text img {
  color: #ffffff;
  height: auto;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-bottom: .1rem;
}

#main .zntj_con .zntj_con_text span {
  color: #ffffff;
  width: 20px;
  width: .2rem;
  height: auto;
  text-align: center;
  font-size: 16px;
  font-size: .16rem;
  line-height: 24px;
  line-height: .24rem;
  display: block;
  margin: 0 auto;
}

.section {
  display: flex;
  justify-content: space-between;
}

.focus-img {
  position: relative;
  width: 570px;
  width: 5.7rem;
  height: 330px;
  height: 3.3rem;
  overflow: hidden;
}

.focus-img .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.focus-img .swiper-slide a p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  height: .6rem;
  line-height: 60px;
  line-height: .6rem;
  font-size: 18px;
  font-size: .18rem;
  color: #fff;
  background-color: rgba(17, 20, 152, 0.5);
}

.focus-img .swiper-slide a p span {
  display: inline-block;
  width: calc(80% - 20px);
  width: calc(80% - .2rem);
  padding: 0 10px;
  padding: 0 .1rem;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.focus-img .swiper-pagination-bullets {
  width: 20%;
  height: .6rem;
  line-height: .6rem;
  right: 0;
  bottom: 0;
  left: auto;
  display: flex;
  justify-content: left;
  align-items: center;
}

.focus-img .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, .16rem));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, .16rem));
  background-color: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: 1;
}

.focus-img .swiper-pagination-bullet-active {
  background-color: var(--swiper-pagination-bullet-inactive-color, #0a72cd);
}

.focus-img-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  width: .76rem;
  height: 75px;
  height: .75rem;
  background: url(f_autopic_ttbg.png) no-repeat center;
  background-size: contain;
  z-index: 1;
}

.news-txt {
  width: 570px;
  width: 5.7rem;
  height: 330px;
  height: 3.3rem;
}

.news-txt .headLines {
  display: block;
  line-height: 40px;
  line-height: .4rem;
  font-size: 26px;
  font-size: .26rem;
  font-weight: bold;
  color: #0c3d82;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-txt .headLines:hover {
  color: #0a72cd;
}

.index-news-tabs {
  display: flex;
  justify-content: left;
  line-height: 40px;
  line-height: .4rem;
  margin: 5px 0;
  margin: .05rem 0;
  border-bottom: 1px solid #d8d8d8;
}

.index-news-tabs a {
  line-height: 40px;
  line-height: .4rem;
  padding: 0 20px;
  padding: 0 .2rem;
  margin-left: 5px;
  margin-left: .05rem;
  font-size: 20px;
  font-size: .2rem;
  color: #333;
}

.index-news-tabs a:hover,
.index-news-tabs .on {
  background-color: #196ac6;
  color: #fff;
}

.index-news-p1,
.index-news-p2,
.index-news-p3 {
  overflow: hidden;
}

.index-news-p2 .btn {
  display: block;
  width: 43%;
  height: 38px;
  height: 0.38rem;
  line-height: 38px;
  line-height: 0.38rem;
  background-color: #EEE;
  border-radius: 3px;
  margin: 0 0 0 25px;
  margin: 0 0 0 0.25rem;
  text-align: center;
  text-indent: 0;
  float: left;
  font-size: .16rem;
  color: #000;
}

.index-news-p2 .btn:hover {
  color: #FFF;
  background-color: #0a72cd;
}

.index-news-p2 .btn i {
  padding: 0;
  margin: 0 0.1rem 0 0;
}

.index-news-p2 .c1 i {
  color: #ECBB69
}

.index-news-p2 .c2 i {
  color: #84D2AC
}

.index-news-list li {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
  line-height: .4rem;
  font-size: 16px;
  font-size: .16rem;
}

.index-news-list li a {
  position: relative;
  width: calc(80% - 20px);
  width: calc(80% - .2rem);
  padding-left: 20px;
  padding-left: .2rem;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-news-list li a::before {
  content: '';
  position: absolute;
  left: 7px;
  left: .07rem;
  top: 17px;
  top: .17rem;
  width: 6px;
  width: .06rem;
  height: 6px;
  height: .06rem;
  background-color: #d8d8d8;
  border-radius: 50%;
}

.index-news-list li a:hover {
  color: #0a72cd;
}

.index-news-list li span {
  color: #666;
}

.sectionb {
  width: 100%;
  height: 120px;
  height: 1.2rem;
  margin-top: 20px;
  margin-top: .2rem;
}

.sectionb a {
  display: block;
  width: 100%;
  height: 120px;
  height: 1.2rem;
}

.sectionb img {
  width: 100%;
  height: 100%;
}

.section2 {
  height: 88px;
  height: .88rem;
  margin-top: 20px;
  margin-top: .2rem;
}

.index-ban {
  position: relative;
  overflow: hidden;
}

.index-ban .swiper-slide a {
  display: block;
  width: 270px;
  width: 2.7rem;
  height: 88px;
  height: .88rem;
}

.index-ban .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

.section3 {
  margin-top: 20px;
  margin-top: .2rem;
  display: flex;
  justify-content: space-between;
}

.section3-l,
.section3-r {
  width: 570px;
  width: 5.7rem;
}

.section4 {
  display: flex;
  justify-content: space-between;
}

.section4 .tit {
  line-height: 60px;
  line-height: .6rem;
  padding-left: 20px;
  padding-left: .2rem;
  font-size: 20px;
  font-size: .2rem;
  font-weight: bold;
  display: flex;
  justify-content: left;
  align-items: center;
}

.section4 .tit img {
  width: 34px;
  width: .34rem;
  height: 35px;
  height: .35rem;
}

.section4 .tit a {
  margin-left: 10px;
  margin-left: .15rem;
  color: #fff;
}

.section4-l {
  width: 420px;
  width: 4.2rem;
  /* background-color: #3c528e; */
  background-color: #115db2;
}

.section4-m {
  width: 370px;
  width: 3.7rem;
  /* background-color: #3c528e; */
  background-color: #115db2;
}

.section4-r {
  width: 330px;
  width: 3.3rem;
}

.section4-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section4-list li {
  width: calc(50% - 1px);
  width: calc(50% - .01rem);
  height: 59px;
  height: .59rem;
  line-height: 59px;
  line-height: .59rem;
  margin: 0 0 1px 1px;
  margin: 0 0 .01rem .01rem;
  font-size: 16px;
  font-size: .16rem;
}

.section4-list li a {
  display: block;
  background-color: #7fb9e4;
  color: #fff;
}

.section4-list li a:hover {
  background-color: #6bc8ee;
}

.section4-list li a i {
  width: 35px;
  width: .35rem;
  margin-right: 5px;
  margin-right: .05rem;
  text-align: right;
}

.section4-m .zwykb {
  display: block;
  height: 70px;
  height: .7rem;
  margin: 0 5px 11px;
  margin: 0 .05rem .11rem;
}

.section4-m .zwykb img {
  display: block;
  width: 360px;
  width: 3.6rem;
  height: 70px;
  height: .7rem;
}

.section4-m .section4-list li {
  height: 52px;
  height: .52rem;
  line-height: 52px;
  line-height: .52rem;
}

.section4-r .mailbox {
  width: 330px;
  width: 3.3rem;
  height: 63px;
  height: .63rem;
  background: url(f_index_zwhdbg.jpg) no-repeat center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section4-r .mailbox a {
  height: 30px;
  height: .3rem;
  line-height: 30px;
  line-height: .3rem;
  padding: 0 10px;
  padding: 0 .1rem;
  font-size: 16px;
  font-size: .16rem;
  color: #0a72cd;
  background-color: #fff;
  border-radius: 10%;
}

.section4-r .mailbox a:last-child {
  margin-left: 10px;
  margin-left: .1rem;
}

.section4-r .mailbox a:hover {
  background-color: #0a72cd;
  color: #fff;
}

.sr-btn {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-top: .1rem;
}

.sr-btn a {
  width: 104px;
  width: 1.04rem;
  height: 80px;
  height: .8rem;
  color: #000;
  background-color: #eee;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-items: center;
}

.sr-btn a:hover {
  background-color: #4974d7;
  color: #fff;
}

.sr-btn a:hover i {
  color: #fff;
}

.sr-btn a i {
  font-size: 24px;
  color: #0c3d82;
}

.sr-btn a span {
  font-size: 16px;
}

.sc {
  padding: 10px;
  padding: .1rem;
  margin-top: 10px;
  margin-top: .1rem;
  background-color: #3c528e;
}

.sc-container {
  position: relative;
  overflow: hidden;
}

.sc .swiper-slide img {
  display: block;
  width: 310px;
  width: 3.1rem;
  height: 117px;
  height: 1.17rem;
}

.sc .swiper-horizontal>.swiper-pagination-bullets {
  bottom: .1rem;
  display: flex;
  justify-content: center;
}

.sc .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, .02rem);
}

/*底部*/
#bottom {
  min-width: 1500px;
  min-width: 15rem;
  margin: auto;
  width: 100%;
  /* height: 90px;
  height: .9rem; */
  height: auto;
  /* background-color: rgba(12, 61, 130, 1); */
  background-color: #1764ce;
  text-align: center;
  color: #fff;
}

.bottom_float {
  position: absolute;
  left: 0;
  bottom: 0;
}

.lg-footer {
  margin-top: 0px;
  clear: both;
}

.lg-foot {
  width: 1100px;
  width: 11rem;
  height: 50px;
  height: .5rem;
  margin: 0 auto;
  padding: 20px 0;
  padding: .2rem 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.lg-foot a {
  color: #fff;
  text-decoration: none;
}

.lg-foot .foot-icon {
  display: flex;
  justify-content: space-between;
}

.lg-foot .foot-icon span {
  margin: 0 5px;
  margin: 0 .05rem;
}

.lg-foot .foot-icon img {
  display: block;
  height: 50px;
  height: .5rem;
}

.lg-foot .foot-txt {
  height: 50px;
  height: .5rem;
  padding-top: 5px;
  padding-top: .05rem;
  padding-left: 10px;
  padding-left: .1rem;
  margin-left: 10px;
  margin-left: .1rem;
  border-left: 1px solid #ccc;
}

.lg-foot .foot-txt p {
  padding-top: 5px;
  padding-top: .05rem;
  font-size: 12px;
  font-size: .12rem;
  text-align: left;
}

.lg-foot .foot-qrc {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  margin-top: -.3rem;
}

.lg-foot .foot-qrc img {
  width: 60px;
  width: .6rem;
}

.footer-link {
  position: relative;
  padding: 0.05rem 0
}

.footer-link {
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-top: 0.2rem;
  display: flex;
  justify-content: center;
}

.footer-drop {
  background: #FFF;
  display: inline-block;
  width: 168px;
  width: 1.68rem;
  line-height: 30px;
  line-height: 0.3rem;
  border-radius: 4px;
  margin-right: 32px;
  margin-right: 0.32rem;
  border: 1px solid #e6e6e6;
}

.footer-drop p {
  color: #313131;
  font-size: 14px;
  font-size: 0.14rem;
  padding: 0 12px;
  padding: 0 0.12rem;
  cursor: pointer;
  text-align: left;
  position: relative;
}

.footer-drop p .btn {
  position: absolute;
  display: inline-block;
  bottom: 34px;
  bottom: 0.34rem;
  left: 74px;
  left: 0.74rem;
  width: 14px;
  width: 0.14rem;
  height: 19px;
  height: 0.19rem;
  background: url(m3-icon44.png) center no-repeat;
  z-index: 999;
  display: none;
}

.footer-drop p .arrow {
  float: right;
  margin-top: 15px;
  margin-top: 0.15rem;
  width: 11px;
  width: 0.11rem;
  height: 6px;
  height: 0.06rem;
  background: url(m3-icon43.png) center no-repeat;
}

.footer-drop ul {
  position: absolute;
  border: 1px solid #317bce;
  border-radius: 6px;
  width: 1232px;
  width: 12.32rem;
  padding-left: 38px;
  padding-left: 0.38rem;
  left: calc(50% - 637px);
  left: calc(50% - 6.37rem);
  bottom: 53px;
  bottom: 0.53rem;
  background: url(m3-bg21.png);
  padding-top: 20px;
  padding-top: 0.2rem;
  padding-bottom: 10px;
  padding-bottom: 0.1rem;
  display: none;
  box-shadow: 0 0 4px 2px #f3f3f3;
  box-shadow: 0 0 0.04rem 0.02rem #f3f3f3;
  z-index: 999;
}

.footer-drop ul li {
  float: left;
  width: 196px;
  width: 1.96rem;
  height: 37px;
  height: 0.37rem;
  text-align: left;
  display: flex;
}

.footer-drop ul li a {
  display: inline-block;
  padding-left: 16px;
  padding-left: 0.16rem;
  background: url(m3-icon11.png) left center no-repeat;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 14px;
  font-size: 0.14rem;
}

.footer-drop ul li a:hover {
  background: url(m3-icon45.png) left center no-repeat;
  color: #2775cc;
}

.foot-icon span {
  margin: 0 10px;
  margin: 0 0.1rem;
}

@media screen and (max-width: 768px) {

  #top {
    height: 1.5rem !important;
  }

  #menu {
    top: 0 !important;
    background-color: #115db2;
  }

  #menu ul li:last-child {
    display: none;
  }

  #main {
    width: 100%;
    margin-top: 0;
  }

  .box {
    padding: .3rem .2rem;
    margin-top: 0;
    box-shadow: none;
  }

  .section {
    flex-wrap: wrap;
  }

  .focus-img {
    width: 100%;
    height: auto;
  }

  .focus-img .swiper-slide a p {
    font-size: .26rem;
  }

  .news-txt {
    width: 100%;
    height: auto;
    margin-top: .3rem;
  }

  .news-txt .headLines {
    line-height: .6rem;
    font-size: .28rem;
  }

  .index-news-tabs {
    line-height: .6rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .index-news-tabs a {
    line-height: .6rem;
    font-size: .28rem;
  }

  .index-news-list li {
    line-height: .6rem;
    font-size: .26rem;
  }

  .index-news-list li a {
    width: calc(73% - .2rem);
  }

  .index-news-list li a::before {
    top: .27rem;
  }

  .section3,
  .section4 {
    flex-wrap: wrap;
  }

  .section3-l,
  .section3-r {
    width: 100%;
  }

  .index-news-p2 .btn {
    height: .6rem;
    line-height: .6rem;
    margin: .2rem 0 .2rem .2rem;
    font-size: .28rem;
  }

  .section4-l,
  .section4-m,
  .section4-r {
    width: 100%;
  }

  .section4 .tit {
    font-size: .28rem;
  }

  .section4-list li {
    font-size: .26rem;
  }

  .section4-m {
    margin-top: .3rem;
  }

  .section4-m .zwykb {
    width: calc(100% - .1rem);
    height: auto;
  }

  .section4-m .zwykb img {
    width: 100%;
    height: auto;
  }

  .section4-m .section4-list li {
    height: .59rem;
    line-height: .59rem;
  }

  .section4-r .mailbox {
    width: 100%;
    height: 19vw;
    margin-top: .2rem;
  }

  .section4-r .mailbox a {
    height: .6rem;
    line-height: .6rem;
    font-size: .26rem;
  }

  .sr-btn {
    margin: .2rem 0;
  }

  .sr-btn a {
    width: 32%;
    padding: .2rem 0;
  }

  .sc .swiper-slide img {
    width: 100%;
    height: 37vw;
  }

  .parts-floating {
    display: none;
  }

  .index-ban .swiper-slide a {
    width: 100%;
    height: auto;
  }

  /*底部*/
  #bottom {
    min-width: auto;
  }

  .footer-link {
    display: none;
  }

  .lg-foot {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }

  .lg-foot .foot-icon {
    width: 100%;
    justify-content: center;
  }

  .lg-foot .foot-txt {
    width: 100%;
    height: auto;
    line-height: .4rem;
    padding-left: 0;
    margin-left: 0;
    border: none;
  }

  .lg-foot .foot-txt p {
    font-size: .24rem;
  }

  .lg-foot .foot-descrip {
    display: none;
  }

  .lg-foot .foot-txt p:first-child {
    text-align: center;
  }

  .lg-foot .foot-copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .lg-foot .foot-copy span,
  .lg-foot .foot-copy a {
    width: 100%;
    text-align: center;
  }
}